home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / MIXTREE / readme.txt
Text File  |  1997-03-25  |  2KB  |  41 lines

  1. MIXTREE - Based on IniTree
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993 - 1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Demonstrate TreeView control and Mixer Services.   
  13.  
  14. USES:
  15.     Based on IniTree
  16.  
  17. COMMENTS:
  18.     This is a 32-bit only sample.  If a mixer device is present then the
  19.     TreeView control and text displays will reflect actual components of
  20.     the mixer device.  If no mixer device is present then simulation data
  21.     will be used to generate the TreeView control and text displays.
  22.  
  23. MODULE MAP:
  24.     Dispatch         - Message dispatching routines
  25.     WinMain          - Calls initialization functions and processes 
  26.                        the message loop
  27.     MixTree          - Implements the windows procedure for the main 
  28.                        application window, providing message and
  29.                        command handlers.
  30.     Init             - Performs application and instance specific 
  31.                        initialization.
  32.     About            - Defines a standard about dialog box.
  33.     Misc             - Defines the applications specific commands 
  34.                        not related to a specific module.    
  35.     MixLine          - Enumerate mixer lines and controls, add them to the 
  36.                        TreeView control, and modify its state.
  37.     MixInfo          - Obtain information about mixer lines and controls.
  38.     ItemInfo         - Obtain and display information associated with TreeView
  39.                        items. 
  40.  
  41.